CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - reed solomon code

搜索资源列表

  1. ReedSolomon_codec

    0下载:
  2. 用C++写的Reed-Solomon码的编译码器 用C++程序更简明清晰,实现产、高效译码-C wrote Reed-Solomon code encryption Formosan C procedures more clear and concise, achieving the middle, efficient decoding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13160
    • 提供者:自由自在
  1. ReedSolomonDemo

    0下载:
  2. Dmostration fo how the reed solomon code works, this is not source code
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:868341
    • 提供者:israel
  1. MC-ACT-RSENC_DS

    0下载:
  2. MemecCoreReed-Solomon coding is a method of forward error correction in the form of block coding. Block coding consists of calculating a number of parity symbols over a number of message symbols. The parity symbols are appended to the end of the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:95237
    • 提供者:张波
  1. rscode

    0下载:
  2. 实现8比特字节的RS纠错编码,可以指定极性校验字节数目,能产生的最大校验序列长度为255字节(含极性校验字节).This is an implementation of a Reed-Solomon code with 8 bit bytes, and a configurable number of parity bytes. The maximum sequence length (codeword) that can be generated is 255 bytes, including
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11738
    • 提供者:gogomx
  1. Reed Solomon Code (32,16)

    0下载:
  2. 這篇是RS_CODE 16IN 32Out 範例
  3. 所属分类:VHDL编程

  1. Errors_And_Erasures_Test

    1下载:
  2. This matlab code on reed solomon and BCH encoding and different decoding algorithms. Also errors and erasures.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:27900
    • 提供者:kishore
  1. REED-SOLOMON-CODE

    0下载:
  2. 当前很多文章多提到的lugi的reed-solomon编码的源代码,比较不错-At present a lot of the article mentioned many Lugi of reed-solomon coding the source code, compare well
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:30265
    • 提供者:李月
  1. rsenc

    0下载:
  2. this the code for reed solomon encoder of type 7,3. this is the main module program.-this is the code for reed solomon encoder of type 7,3. this is the main module program.
  3. 所属分类:Project Design

    • 发布日期:2017-04-11
    • 文件大小:992
    • 提供者:alok
  1. art_sklar7_reed-solomon

    0下载:
  2. this very important regarding the reed solomon encoder and decoder one can easily make the code using the theory provided in it.-this is very important regarding the reed solomon encoder and decoder one can easily make the code using the theory provi
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:726677
    • 提供者:Anshul
  1. reed

    0下载:
  2. this the completedocumentation and code about reed solomon logic implemented on fpga in verilog.-this is the completedocumentation and code about reed solomon logic implemented on fpga in verilog.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1872754
    • 提供者:kamranmu
  1. rs_eedec_euc

    0下载:
  2. 对于Reed-Somolon码的仿真,误码率-The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, ini
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:5954
    • 提供者:雪林
  1. RS_decoder

    0下载:
  2. Reed solomon decoder based on table-lookup method VHDL code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:3663
    • 提供者:shahifaqeer
  1. rsencoder_latest.tar

    0下载:
  2. reed solomon encoder (255,239) verilog source code
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3963
    • 提供者:梅国强
  1. reed_solo

    0下载:
  2. Reed Solomon code simulation
  3. 所属分类:software engineering

    • 发布日期:2015-02-15
    • 文件大小:9548
    • 提供者:of30002000
  1. rscode-1.3

    0下载:
  2. reed solomon code written in C++ and can be used to correct errors
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:26134
    • 提供者:asim
  1. upload_pudn6

    0下载:
  2. This program is used to Simulate the performance of (n,k)Reed Solomon code in AWGN channel with plotting the results and compare with the theoretical performance of this code in AWGN channel. The program also print the SNRdB, absolute snr ,simulated
  3. 所属分类:matlab例程

    • 发布日期:2013-10-12
    • 文件大小:901
    • 提供者:ghanim
  1. reed-solomon_c

    1下载:
  2. This same code demonstrates the use of the encodier and decoder/error-correction routines. (RS编码和纠错编码的完整程序)-This same code demonstrates the use of the encodier and decoder/error-correction routines. (RS encoding and error correction coding of a c
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:5719
    • 提供者:kunlun
  1. RSdecoder_BMalgoritmus

    0下载:
  2. DECODED = RSDEC(CODE,N,K) attempts to decode the received signal in CODE using an (N,K) Reed-Solomon decoder with the narrow-sense generator polynomial. CODE is a Galois array of symbols over GF(2^m), where m is the number of bits per symb
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2395
    • 提供者:jjjura
  1. reed-solomon-fast-MCU

    0下载:
  2. Fast Reed-Solomon Error Code Correction for small microcontrollers.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:5334
    • 提供者:Yancho Yanev
  1. Reed-Solomon-Code-and-encode

    0下载:
  2. Reed-Solomon信道编解码的使用工具,C++代码-Reed-Solomon code and encode
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-24
    • 文件大小:196022
    • 提供者:郑金华
« 12 3 4 »
搜珍网 www.dssz.com